Item Property (ContentCollection<T>)
Gets the item at the specified index in the collection.
'Declaration
Public ReadOnly Default Property Item( _
ByVal As System.Integer _
) As
public this[
System.int
]; {get;}
Parameters
- index
- Zero-based index of the element to get.
Property Value
The content item at the specified index in the collection.